home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Programming / Programming Languages / XLISP 2.0 / XLISP Tools / Utility (UL) / OSDEFS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1988-04-07  |  137 b   |  7 lines  |  [TEXT/ttxt]

  1. /* osdefs.h - system specific function declarations */
  2.  
  3. extern LVAL xsystem(),xgetkey();
  4. extern LVAL xtime();
  5. extern LVAL xrandomize();
  6.  
  7.